| AdRoom |
| Logical Entity Name | AdRoom |
| Default Table Name | AdRoom |
| Physical Only | NO |
| Definition | |
| Note |
| AdRoom Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
| Code | char(8) | NO | ||
| Descrip | varchar(35) | NO | ||
| BuildingNumber | char(10) | NO | ||
| AdBuildingID | int | NO | ||
| RoomNumber | char(10) | NO | ||
| Capacity | int | NO | ||
| Active | bit | NO | ||
| ModFlag | char(1) | NO | ||
| UserID | int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
AdRoomID |
int | NO | ||
| CheckConflicts | bit | NO | ||
| ts | timestamp | NO |
| AdRoom Primary and Unique Keys |
| Key Name | Key Type | Keys |
| AdRoom_AdRoomID_CheckConflicts_U_N_IDX | Index | AdRoomID, CheckConflicts |
| AdRoom_AdBuildingID_Code_U_N_IDX | Index | AdBuildingID, Code |
| AdRoom_AdRoomID_U_C_IDX | PrimaryKey | AdRoomID |
| AdRoom Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| AdRoom Check Constraints |
| Check Constraint Name | CheckConstraint |